home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / sendmail / sendmail-5.65c+IDA-1.4.4.1 / README-HPUX < prev    next >
Encoding:
Text File  |  1990-10-11  |  1.0 KB  |  29 lines

  1. Running sendmail-5.65 with IDA on HP-UX is possible with the following
  2. changes:
  3.  
  4. The main source:
  5.  
  6.   1) Several files in the src/ directory are conditionally compiled with
  7.      the flag 'hpux' which is emitted by the compiler.  There is also one
  8.      instance of code which is conditionally compiled for the Series 800
  9.      machine - see the 'hp900s800' flag.
  10.  
  11.   2) The files support/flock.c and support/flock.h provide routines which are
  12.      not included in the BSD compatability library.  Copy these files to the
  13.      src/ directory.
  14.  
  15.   3) You need to include the file support/sysexits.h - you can either install
  16.      it in /usr/include or copy it to the src/ directory.  You will need to
  17.      reference it from the binmail/ and rmail/ directories later.
  18.  
  19. The auxiliary programs 'binmail' and 'rmail' also require minor changes:
  20.  
  21.   1) The file support/mktemp.c from the BSD source archive provides mkstemp().
  22.  
  23.   2) The 'path' files have some additions.
  24.  
  25.   3) See 2 & 3 above.
  26.  
  27. Any problems to Andy.Linton@comp.vuw.ac.nz
  28.  
  29.